/* 容器内容总宽1 */
.container {
    width: 1200px;
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/* 默认图片宽高 */
img {
    width: 100%;
    height: 100%;
}
.produnc_img{
    border-radius: 10px;
}
/* 默认遮罩 */
.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: all .25s linear;
}
.dealer-list-addres{
    font-size: 12px;
}
a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: rgb(87, 85, 85);
    text-decoration: none;
}

.oh {
    overflow: hidden;
}

.dis-b {
    display: block;
}

.pr {
    position: relative
}

.pa {
    position: absolute;
}

.tc {
    text-align: center
}

.vm {
    vertical-align: middle
}

.oh {
    overflow: hidden
}

/* 边距 */
.mt5 {
    margin-top: 10px
}

.mt10 {
    margin-top: 20px
}

.mt20 {
    margin-top: 40px
}

.mt30 {
    margin-top: 60px
}

.mt40 {
    margin-top: 80px
}

.mt50 {
    margin-top: 100px
}

.mt60 {
    margin-top: 120px
}

.mb5 {
    margin-bottom: 10px
}

.mb10 {
    margin-bottom: 20px
}

.mb20 {
    margin-bottom: 40px
}

.mb30 {
    margin-bottom: 60px
}

.mb40 {
    margin-bottom: 80px
}

.mb50 {
    margin-bottom: 100px
}

.mb60 {
    margin-bottom: 120px
}

.ml5 {
    margin-left: 10px
}

.ml10 {
    margin-left: 20px
}

.ml20 {
    margin-left: 40px
}

.ml30 {
    margin-left: 60px
}

.ml40 {
    margin-left: 80px
}

.ml50 {
    margin-left: 100px
}

.mr5 {
    margin-right: 10px
}

.mr10 {
    margin-right: 20px
}

.mr20 {
    margin-right: 40px
}

.mr30 {
    margin-right: 60px
}

.mr40 {
    margin-right: 80px
}

.mr50 {
    margin-right: 100px
}

.pt5 {
    padding-top: 10px
}

.pt10 {
    padding-top: 20px
}

.pt20 {
    padding-top: 40px
}

.pt30 {
    padding-top: 60px
}

.pt40 {
    padding-top: 80px
}

.pt50 {
    padding-top: 100px
}

.pt60 {
    padding-top: 120px
}

.pb5 {
    padding-bottom: 10px
}

.pb10 {
    padding-bottom: 20px
}

.pb20 {
    padding-bottom: 40px
}

.pb30 {
    padding-bottom: 60px
}

.pb40 {
    padding-bottom: 80px
}

.pb50 {
    padding-bottom: 100px
}

.pb60 {
    padding-bottom: 120px
}

.pl5 {
    padding-left: 10px
}

.pl10 {
    padding-left: 20px
}

.pl20 {
    padding-left: 40px
}

.pl30 {
    padding-left: 60px
}

.pl40 {
    padding-left: 80px
}

.pl50 {
    padding-left: 100px
}

.pl60 {
    padding-left: 120px
}

.pr5 {
    padding-right: 10px
}

.pr10 {
    padding-right: 20px
}

.pr20 {
    padding-right: 40px
}

.pr30 {
    padding-right: 60px
}

.pr40 {
    padding-right: 80px
}

.pr50 {
    padding-right: 100px
}

.pr60 {
    padding-right: 120px
}

/* 字体 */
.fz18 {
    font-size: 18 rpx
}

.fz20 {
    font-size: 20 rpx
}

.fz22 {
    font-size: 22 rpx
}

.fz24 {
    font-size: 24 rpx
}

.fz26 {
    font-size: 26 rpx
}

.fz28 {
    font-size: 28 rpx
}

.fz32 {
    font-size: 32 rpx
}

.fz34 {
    font-size: 34 rpx
}

.fz36 {
    font-size: 36 rpx
}

.fz38 {
    font-size: 38 rpx
}

.fwb {
    font-weight: 600
}

.lh0 {
    line-height: 0
}

/* 清除浮动 */
.clearfix::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
    clear: both;
}

.cb {
    clear: both
}
.index-title-en{
    line-height: 25px!important;
}
.index-en{
    line-height: 20px!important;
    letter-spacing: 0px!important;
}
/* 垂直、水平居中 */
.container-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dealer-title{
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 0;

}
@media screen and (max-width: 768px) {
   .dealer-title .breadcrumb-line{
	display: flex;
	justify-content: center;
	   flex-wrap: wrap;
}
}
.dealer-body h6{
    margin-bottom: 0;
}
.dealer-body p{
    font-size: 10px;
    margin: 0;
}
.dealer-addres{
    font-size: 12px;
    margin-top: 0;
    font-weight: bold;
}
.breadcrumb-line{
    width: 100%;
}
.breadcrumb-line li{
    margin:5px;
    float: left;
    font-size: 12px;
}
/* 两端对齐 */
.fsb {
    display: flex;
    justify-content: space-between;
}

/* 垂直居中 */
.fc {
    display: flex;
    align-items: center;
}

.vm {
    vertical-align: middle;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.olh {
    overflow: hidden;
}

/* 字体 */
@font-face {
    /*font-family: 'M';*/
    /*src: url('../fonts/M.woff2') format('woff2'), url('../fonts/M.woff') format('woff');*/
    font-weight: 500;
    font-style: normal;
}

@font-face {
    /*font-family: 'R';*/
    /*src: url('../fonts/R.woff2') format('woff2'), url('../fonts/R.woff') format('woff');*/
    font-weight: normal;
    font-style: normal;
}

@font-face {
    /*font-family: 'B';*/
    /*src: url('../fonts/--Bold.woff2') format('woff2'), url('../fonts/--Bold.woff') format('woff');*/
    font-weight: bold;
    font-style: normal;
}

.wrapper {
    position: relative;
}

.article-attr {
    display: flex;
    justify-content: space-between;
}
.antifake-title,.antifake-title h3{
    color: #fff;
    line-height: 100px;
}

/* 头部 */
#header .container {
    margin-top: 0;
}

#header .small-header {
    display: none;
}

header .header-info {
    padding: 30px 0;
}

header .header-info .logo {
    width: 186px;
    height: 64px;
}

header .header-info .header-info-right {
    display: flex;
    padding: 18px 0 0 4px;
    line-height: 52px;
}

header .header-info form {
    position: relative;
}

header .header-info .header-info-right .search-icon {
    position: absolute;
    margin-left: 34px;
    width: 41px;
    height: 41px;
    background: #f6f6f6;
    background-image: url("../images/search.png");
    background-size: 40px 40px;
    border: 0;
    top:6px;
    border-radius: 5px;
    right: 10px;
}

header .header-info .header-info-right .search-type{
    position: absolute;
    top:6px;
    width: 80px;
    text-align: center;
    background: #f6f6f6;
    left: -30px;
    height: 42px;
    line-height: 42px;
    border: none;
    padding-left: 10px;
    border-radius: 10px;
}

header .header-info .header-info-right input {
    width: 425px;
    height: 42px;
    line-height: 42px;
    padding: 10px 10px 10px 98px;
    background: #f7f7f7;
    border: none;
    outline: none;
    border-radius: 26px;
}

header .header-info .header-info-right select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    border: none;
    outline: none;
    width: 50px;
    height: 52px;
    font-size: 17px;
    font-family: 'M';
    font-weight: 500;
    background: url("../../images/down.png") no-repeat scroll right center/10px 10px;
    background: #fff;
    color: #999999;
    margin-left: 40px;
    padding-right: 10px;
    outline: none;
}

header .header-info .header-info-right span {
    display: inline-block;
    margin-left: 10px;
    font-size: 17px;
    font-family: 'M';
    font-weight: 500;
    color: #999999;
    line-height: 52px;
}

nav {
    z-index: 9999;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 11px;
    border-bottom: 10px solid rgba(248, 248, 248, 1)
}

nav ul {
    display: inline-block;
    padding: 0 15px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav ul::after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
    clear: both;
}

nav ul a {
    display: inline-block;
    font-size: 18px;
    font-family: 'M';
    height: 100%;
    color: #999;
    padding: 6px 28px;
}

nav ul .active {
    color: #FF9A8B;
    background: #3d3356;
    border-radius: 22px;
    box-shadow: 0px 20px 25px -15px #3d3356;
}

.nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: none;
    box-shadow: 0 5px 15px -5px #666;
}

.antifake_top a {
    color: #999999;
}

/* 底部 */
#footer {
    padding: 85px 0 51px;
    font-family: 'M';
    font-weight: 500;
    color: white;
    background: #363636;
}

#footer .container {
    position: relative;
    margin-top: 0;
}

#footer img {
    width: 100%;
    height: 100%;
}

#footer a {
    font-size: 14px;
    font-family: 'M';
    font-weight: 500;
    color: white;
    opacity: .8;
}

#footer .footer-logo .footer-logo-img {
    width: 215px;
    height: 74px;
}

#footer .anti-fake {
    position: absolute;
    bottom: 10px;
    left: 60px;
    width: 140px;
    height: 40px;
    background: white;
    border-radius: 4px;
    margin: 27px auto 0;
    z-index: 999;
}

#footer .anti-fake a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #444444;
    line-height: 40px;
}

#footer .selected {
    border-bottom: 1px solid #fff;
}

#footer h4 {
    font-size: 18px;
    line-height: 27px;
    opacity: .8;
}

#footer ul {
    margin-top: 10px;
}

#footer ul li {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
}

#footer .qrcode {
    width: 112px;
    height: 112px;
    margin: 0 auto;
}

#footer .qrcode ~ p {
    margin-top: 15px;
    font-size: 12px;
    line-height: 18px;
}

#footer .footer-language {
    display: block;
    margin: 0 auto 10px;
    text-align: center;
}

#footer .footer-language a {
    margin: 0 7.5px;
    padding-bottom: 1px;
}

#footer .copyright {
    font-size: 14px;
    font-family: 'R';
    font-weight: 400;
    color: white;
    line-height: 20px;
    opacity: .5;
}

#footer .col-6 {
    padding: 0;
}

#footer .footer-link {
    display: flex;
}

@media screen and (max-width: 992px) {
    .qrcode-group {
        display: none;
    }

    #footer .container {
        width: 100%;
    }

    #footer .footer-link-item {
        margin-top: 100px;
    }

    #footer .link {
        display: flex;
        justify-content: center;
    }

    #footer .link .col-4 {
        display: block;
        flex: unset;
        max-width: inherit;
    }

    #footer .link .col-4 .col-8 {
        flex: 1;
        max-width: 100%;
    }

    #footer .footer-logo-img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    #footer .anti-fake {
        position: absolute;
        bottom: 70px;
        left: 50%;
        transform: translateX(-50%);
    }

    #footer .link {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    #footer .link .col-5 {
        max-width: 320px !important;
        flex: 1;
        padding: 0 10px;
    }

    #footer .footer-language {
        margin-top: 80px;
        margin-bottom: 10px;
        opacity: .8;
    }

    #footer #footer .anti-fake a {
        margin-top: 50px;
    }
}

@media screen and (max-width: 768px) {
    #footer .footer-logo-img {
        position: absolute;
        width: 118px !important;
        height: 40px !important;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    #footer .footer-link-item {
        margin-top: 85px;
    }

    #footer ul {
        margin-top: 0;
    }

    #footer ul li {
        margin-top: 2px;
    }

    #footer h4 {
        font-size: 12px;
        margin: 0;
    }

    #footer a, #footer .copyright {
        font-size: 10px;
    }
}

.home-pages {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.home-pages .pagination {
    text-align: center;
    margin: 10px auto;
}

.home-pages .pagination li {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #f2f2f2;
}

.home-pages .pagination .active {
    background: #ccc;
    color: #fff;
}

/* 蒙层 */
.screen-mask {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
    background: rgba(0, 0, 0, .3);
    transition: opacity .5s ease-in-out;
}

/* 小屏幕顶部滑动导航栏 */
#slider {
    display: none;
    width: 100%;
    height: 100%;
}

/* #slider{width:100%;height:100%;} */
.drawer {
    height: 60px;
    overflow: hidden;
    background: #fff;
    padding: 0 20px;
    z-index: 8000;
}

.drawer > ul {
    zoom: 1;
}

.drawer > ul::after {
    content: '';
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.drawer > ul > li {
    list-style: none;
    float: left;
    height: 60px;
    text-align: center;
    color: #c0c0c0;
    font-size: .9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: -5px;
    padding: 5px 7.5px 0;
}

.drawer > ul > li:nth-of-type(1) {
    padding-left: 0;
}

.drawer > ul > li:nth-last-child(1) {
    padding-right: 0;
}

.drawer > ul .slider-act {
    font-family: B;
    font-weight: bold;
    color: rgba(61, 51, 86, 1);
    margin-top: 0;
}

.drawer > ul .slider-act::after {
    content: '';
    display: block;
    width: 16px;
    height: 3px;
    background: #3d3356;
    margin-top: 6px;
}

.antifake{
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 200px;
    padding-top: 150px;
}
.antifake-list{
    color: #f2f2f2;
    display: flex;
    margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
	.antifake-list{
    color: #f2f2f2;
    display: block;
    margin-bottom: 20px;
	}
}
antifake-list div{

}
.antifake-link{
    margin:0 20px;
}
.antifake-t{
    text-align: center;
    padding: 15px;
	background: rgba(0,0,0,0.40);
	padding-bottom: 40px;
}
/* 轮播图 */
.carousel-indicators {
    margin-bottom: .7%;
}

.carousel-indicators li {
    width: 3%;
}

.active {
    opacity: .9;
}

/* 产品、视频、新闻、经销商公共样式 */
.article_content p embed {
    width: 100% !important;
}

.container {
    margin-top: 120px;
}

.container .container-sidebar {
    background: #fff;
    width: 200px;
    box-shadow: -10px 10px 30px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 50px;
}

.container .container-sidebar > a:hover {
    color: #FF816E;
}

.container .container-sidebar .sidebar-type {
    color: #444;
    display: flex;
    padding: 14px 0px 14px 30px;;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    font-size: 16px;
    font-family: R;
    width: 100%;
}

.container .container-sidebar .sidebar-type-act {
    background: #3D3356;
    box-shadow: 10px 15px 30px -10px rgba(0, 0, 0, 0.5);
    color: #FF9A8B;
    font-size: 16px;
}

.container .container-right {
    overflow: hidden;
    margin-bottom: 50px;
}

/* 产品 */
.product-item {
    margin-bottom: 20px;
}

.product-item > img {
    max-width: 100%;
    height: auto;
}

.product-item .product-name {
   
    font-size: 14px;
    font-weight: 500;
    font-family: M;
    color: #333;
    box-shadow: 0px 12px 28px -12px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 产品详情 */
.product-detail > .row {
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-detail .product-detail-img-box > img {
    max-width: 100%;
    height: auto;
}

.product-detail .product-detail-params > p {
    font-size: 14px;
    font-family: M;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    padding-left: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-detail-desc {
    clear: both;
    margin-top: 30px;
    margin-bottom: 27px;
}

.product-detail-desc > div:nth-of-type(1) {
    font-size: 22px;
    font-family: M;
    font-weight: 500;
    color: rgba(68, 68, 68, 1);
    line-height: 33px;
}

.product-detail-desc > p {
    font-size: 14px;
    font-family: R;
    font-weight: 400;
    color: rgba(68, 68, 68, 1);
    line-height: 20px;
    margin-bottom: .7rem;
}

.product-detail-desc > p:nth-of-type(1) {
    margin-top: 27px;
}

/* 产品详情结束 */
.product-detail {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
}

.product-detail .product-detail-img-box > img {
    max-width: 100%;
    height: auto;
}


.product-detail .product-detail-params > h5 {
    font-weight: 500;

    padding-left: 130px;
}

.product-detail .product-detail-params > p {
    font-size: 14px;
    font-family: M;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    padding-left: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-detail-desc {
    clear: both;
    margin-top: 30px;
    margin-bottom: 27px;
}

.product-detail-desc > div:nth-of-type(1) {
    font-size: 22px;
    font-family: M;
    font-weight: 500;
    color: rgba(68, 68, 68, 1);
    line-height: 33px;
}

.product-detail-desc > p {
    font-size: 14px;
    font-family: R;
    font-weight: 400;
    color: rgba(68, 68, 68, 1);
    line-height: 20px;
    margin-bottom: .7rem;
}

.product-detail-desc > p:nth-of-type(1) {
    margin-top: 27px;
}

/* 视频中心 */
.video-item {
    box-shadow: 0px 15px 35px -10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    margin-bottom: 30px;
    overflow: hidden;
}

.video-item .video-cover-img-box > img {
    max-width: 100%;
    height: auto;
}

.video-item .video-name {
   
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    font-family: M;
    color: #333;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

/* 视频详情 */
.video-detail-name {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #444;
    font-family: B;
    margin-top: 30px;
    margin-bottom: 120px;
}

.video-recommend {
    font-size: 22px;
    font-family: M;
    font-weight: 600;
    color: #444;
    line-height: 30px;
    text-align: center;
    margin-bottom: 40px;
}

.video-recommend::before, .video-recommend::after {
    content: '';
    width: 82px;
    height: 2px;
    display: inline-block;
    background: #979797;
    vertical-align: middle;
    margin-left: 13px;
    margin-right: 13px;
}

/* 新闻中心 */
.news-item {
    margin-bottom: 60px;
}

.news-item .news-cover-img-box > img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.news-item .news-title {
    font-size: 18px;
    font-family: M;
    font-weight: 500;
    color: rgba(68, 68, 68, 1);
    margin-bottom: 15px;
}

.news-item .news-desc {
    font-size: 14px;
    font-family: PingFangSC-Light;
    font-weight: 300;
    color: #7e8993;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: justify;
}

.news-item .news-date {
    font-size: 15px;
    font-family: R;
    font-weight: 400;
    color: #999;
    text-align: right;
    margin-top: 10px;
}

/* 新闻详情 */
.news-detail .news-detail-title {
    color: #444;
    font-size: 24px;
    font-family: M;
    font-weight: 500;
    text-align: center;
}

.news-detail .news-detail-date {
    font-size: 14px;
    font-family: R;
    font-weight: 400;
    color: #bbb;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
}

.news-detail .news-detail-desc {
    color: #444;
    font-size: 16px;
    font-family: R;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: justify;
    text-indent: 35px;
}

/* 经销商 */

/* 所有媒体查询样式 */
@media screen and (max-width: 1024px) {
    .container {
        width: 100%;
    }

    /* 头部样式 */
    #header > .container {
        display: none;
    }

    #header > nav {
        position: fixed;
        top: 60px;
        width: 100%;
        z-index: 9999;
        display: none;
    }

    nav, nav ul {
        padding: 0;
    }

    nav ul {
        display: flex;
        flex-direction: column;
        text-align: left;
        color: #666;
    }

    nav ul .active {
        box-shadow: none;
        border-radius: 0;
        color: #000;
        background: none;
    }

    nav ul a {
        width: 100%;
        padding: 12px 28px;
        border-bottom: 1px solid #eee;
        font-size: 16px;
        font-family: normal;
    }

    nav ul a:active {
        color: #000;
    }

    #header > .small-header {
        display: block;
    }

    #header .small-header .logo-box {
        display: flex;
        justify-content: space-between;
        background: #fff;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 8000;
        padding: 15px 20px;
    }

    #header .small-header .logo-box .logo {
        width: 87px;
        height: 30px;
        float: left;
    }

    #header .small-header .logo-box .nav-icon {
        width: 20px;
        height: 100%;
    }

    #header .small-header .search-icon {
        width: 20px;
        height: 20px;
        left: 20px;
        top: 20px;
        position: absolute;
    }

    #header .small-header > form {
        margin: 50px 20px 0;
    }

    #header .small-header input {
        height: 34px;
        background: rgba(244, 244, 244, 1);
        border-radius: 17px;
        width: 100%;
        background: #f7f7f7;
        border: none;
        outline: none;
        margin: 15px 0;
        padding-left: 50px;
        padding-right: 10px;
    }

    /* 中间内容 */
    .container {
        margin-top: 0;
    }

    .container .col-md-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* 小屏幕顶部滑动导航栏 */
    #slider {
        display: block;
    }

    .container .container-sidebar-box, .container .container-sidebar {
        display: none;
    }

    /* 产品详情 */
    .product-detail-desc > div:nth-of-type(1) {
        font-size: 16px;
    }

    .product-detail .product-detail-params > p, .product-detail-desc > p {
        font-size: 12px;
        margin-bottom: .5rem;
    }

    .product-detail-desc > p:nth-of-type(1) {
        margin-top: 10px;
    }

    /* 新闻中心 */
    .news-item:nth-of-type(1) {
        margin-top: 10px;
    }

    .news-item .news-title {
        font-size: 16px;
    }

    .news-item .news-desc, .news-item .news-date {
        font-size: 12px;
        line-height: 25px;
    }

    .news-detail .news-detail-title {
        margin-top: 20px;
        font-size: 22px;
    }

    .news-detail .news-detail-desc {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .news-item .news-title {
        margin: 10px 0;
    }
}

@media (max-width: 415px) {
    .product-detail .product-detail-params > p {
        padding-left: 0;
    }
    .product-detail .product-detail-params > h5 {
        padding-left: 0;
    }

    .video-detail-name {
        color: #444;
        font-family: 'R';
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .video-recommend {
        font-size: 18px;
        margin-bottom: 20px;
        text-align: left;
    }

    .video-recommend::before, .video-recommend::after {
        display: none;
    }

    .news-detail .news-detail-title {
        font-size: 20px;
    }

    .product-detail {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

/* 关于我们 */
.about-content {
    margin: 57px 0 315px;
}

.about-content p {
    font-size: 16px;
    font-family: 'M';
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
    letter-spacing: 1px;
    text-indent: 34px;
    text-align: justify;
}

/* 联系我们 */
.concat {
    margin-bottom: 235px;
}

#allmap {
    width: 100%;
    height: 685px;
    overflow: hidden;
    margin: 0;
    font-family: "微软雅黑";
}

.map-info-title {
    font-size: 18px;
    font-weight: 600;
    font-family: "微软雅黑";
}

.map-info-content {
    font-size: 14px;
    font-family: "微软雅黑";
}

.manager-item {
    margin-top: 60px;
}

.manager-item-title {
    font-size: 18px;
    font-family: 'M';
    font-weight: 500;
    color: rgba(102, 102, 102, 1);
    line-height: 27px;
}

.manager-item-content {
    margin-bottom: 0;
    font-size: 14px;
    font-family: 'R';
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    line-height: 20px;
}

.manager-item-content:nth-of-type(1) {
    margin-top: 20px;
}

.concat .form {
    display: flex;
    justify-content: center;
}

.online-form {
    margin-top: 60px;
}

.online-form input, .online-form textarea {
    display: block;
    width: 100%;
    padding: 9px 22px;
    background: rgba(246, 246, 246, 1);
    border-radius: 4px;
    font-size: 16px;
    font-family: 'M';
    font-weight: 500;
    color: rgba(153, 153, 153, 1);
    line-height: 24px;
    border: none;
}

/*分页*/
.page-pagination .pagination {
    text-align: center;
}

.page-pagination .pagination li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    margin: 2px;
}

.page-pagination .pagination li a {
    color: #ccc;
}

.form-title {
    margin-bottom: 31px;
    font-size: 22px;
    font-family: 'M';
    font-weight: 500;
    color: rgba(68, 68, 68, 1);
    line-height: 33px;
}

.online-form input {
    margin-bottom: 21px;
}

.online-form textarea {
    height: 104px;
    resize: none;
}

.online-form button {
    display: block;
    width: 100%;
    margin-top: 48px;
    background: rgba(61, 51, 86, 1);
    box-shadow: 0px 20px 25px -15px rgba(61, 51, 86, 1);
    border-radius: 26px;
    font-size: 22px;
    font-family: 'B';
    font-weight: bold;
    color: rgba(255, 154, 139, 1);
    line-height: 33px;
    padding: 9px 0;
    border: none;
    outline: none;
}

@media screen and (max-width: 992px) {
    #allmap {
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .manager-item {
        margin-top: 25px;
    }

    .concat {
        margin-bottom: 96px;
    }

    .concat .online-form {
        margin-top: 40px;
    }

    .online-form input {
        margin-bottom: 10px;
    }

    .online-form button {
        margin-top: 18px;
    }
}

@media screen and (max-width: 425px) {
    #allmap {
        height: 176px;
    }


}

/* 经销商 */
.dealer-list {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c0c0c0;
}

.dealer-list-li {
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.dealer-addres {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dealer-image {
    float: left;
    width: 120px;
    height: 100px;
}

.dealer-info {
    float: left;

    margin-left: 10px;

}

.dealer-info p {
    margin-bottom: 0;
}

.dealer-form {
    margin-bottom: 25px !important;
}

.dealer-search {
    position: relative;
    top: -36px;
    border: 0px;
    float: right;
    margin-right: 2px;
}

.dealer-search .dealer-search-icon {
    width: 32px;
    height: 32px;
}

.container-sidebar hr {

}

.allmap {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: 0;
    font-family: "微软雅黑";
}

.form-select {
    padding: 0 15px;
}

.form-select select {
    margin-right: 30px;
}

.dealer-list .dealer-item {
    margin-bottom: 60px;
}

.dealer-list .dealer-item .dealer-item-content p {
    margin-bottom: 0;
    font-size: 16px;
    font-family: 'R';
    font-weight: 400;
    color: rgba(68, 68, 68, 1);
    line-height: 24px;
}

.previous, .next {
    width: 88px;
    height: 34px;
    border-radius: 2px;
    border: 1px solid rgba(153, 153, 153, 1);
    font-size: 14px;
    font-family: 'M';
    font-weight: 500;
    color: rgba(68, 68, 68, 1);
    line-height: 20px;
}

.pager {
    margin-bottom: 166px;
}

@media screen and (max-width: 1024px) {
    .pager {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 768px) {
    .dealer-list .dealer-item .dealer-item-content {
        margin-top: 8px;
    }

}



.article_content iframe{
     width: 100%!important;
     min-height: 480px;
 }

.article_content img{
    width: 100%!important;
}
.article_content video{
    width: 100%!important;
    min-height: 480px;
}

.antifake-show{
	background-color: #f2f2f2;
	line-height: 20px;
}